home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.plop = new Sound();
- _root.plop.attachSound("pop1");
- _root.ring = new Sound();
- _root.ring.attachSound("ring");
- _root.jump = new Sound();
- _root.jump.attachSound("jump");
- _root.mel1 = new Sound(_root.paashaas);
- _root.mel1.attachSound("mel1");
- _root.mel2 = new Sound(_root.gun);
- _root.mel2.attachSound("mel2");
- _root.boing = new Sound();
- _root.boing.attachSound("boing");
- _root.giggle = new Sound();
- _root.giggle.attachSound("giggle");
- _root.checkpoint = new Sound();
- _root.checkpoint.attachSound("checkpoint");
- _root.knop = new Sound();
- _root.knop.attachSound("knop");
- _root.klutser1 = new Sound(_root.car);
- _root.klutser1.attachSound("klutser1");
- _root.dood = new Sound();
- _root.dood.attachSound("dood");
- _root.gil1 = new Sound();
- _root.gil1.attachSound("gil1");
- _root.yahoo = new Sound();
- _root.yahoo.attachSound("yahoo");
- _root.yahoo2 = new Sound();
- _root.yahoo2.attachSound("yahoo2");
- _root.mel1.start(0,2000);
-